home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / finance / posmenu.zip / POS.DOC < prev    next >
Text File  |  1993-03-18  |  56KB  |  1,152 lines

  1.                The NFC Point-of-Sale System
  2.  
  3. You are looking at a simple and powerful Point-of-Sale System developed
  4. to meet the needs of people who do not require a full blown General
  5. Ledger, Accounts Receivable, Order Entry system.  Specifically, vendors
  6. at shows will find this a useful product.  It can be preloaded with
  7. inventory data before the show, installed on a laptop, and used as a
  8. quick data entry, invoice printer, and payment tracking system.
  9. Software, hardware, and service vendors, as well as stamp, card,
  10. comic book, coin, and others, will like the simplicity of this system.
  11. It does not require a great amount of training and can be learned in a
  12. very short time.  The following documentation should be the only item
  13. needed to learn the system.
  14.  
  15. The intent of placing this application into the shareware market is two
  16. fold.  First, it gives prospective users access to a quality product at
  17. a very small cost.  Second, it will "test the market" for other
  18. applications which we are considering putting into the shareware arena.
  19.  
  20. All the products we create and market are in use in commercial
  21. companies today.  The source code for each is available for an
  22. additional small fee so that developers can modify the product for
  23. their own client's individual use.
  24.  
  25.     DISCLAIMER:
  26.     Use of this program acknowledges this disclaimer of warranty: "This
  27.     program is supplied as is.  NFC disclaims all warranties, express
  28.     or implied, including, without limitation, the warranties of
  29.     merchantability and of fitness of this program for any purpose.
  30.     NFC assumes no liability for damages direct or consequential,
  31.     which may result from the use of this program."
  32.  
  33.  
  34.                T A B L E   O F   C O N T E N T S
  35.  
  36.   1. SYSTEM OVERVIEW.......................................1
  37.  
  38.   2. INSTALLATION..........................................2
  39.  
  40.      2.1.  SYSTEM CONFIGURATION............................2
  41.            2.1.1. Hardware.................................2
  42.            2.1.2. Software.................................2
  43.            2.1.3. Supplies.................................2
  44.  
  45.      2.2.  PROCEDURE.......................................2
  46.  
  47.   3. USING POS.............................................3
  48.  
  49.      3.1.  STARTING POS....................................3
  50.  
  51.      3.2.  MAIN MENU.......................................3        
  52.            3.2.1 Getting/Creating Help.....................3
  53.  
  54.      3.3.  ITEM FILE MAINTENANCE...........................3
  55.  
  56.      3.4.  DEFAULT FILE PARAMETERS.........................4
  57.  
  58.      3.5.  ORDER ENTRY.....................................5
  59.  
  60.      3.6.  DAILY CASHOUT AND CLOSING.......................7
  61.  
  62.      3.7.  BACKUP DATA FILES TO DISKETTE...................8
  63.  
  64.      3.8.  REINDEX ALL DATA FILES..........................8
  65.  
  66.      3.9.  EXIT THE SYSTEM.................................8
  67.  
  68.      3.10. Print Price List................................8
  69.  
  70.      3.11. Sales Summary Report............................9
  71.  
  72.      3.12. Physical Inventory Worksheet....................9
  73.  
  74.      3.13. Print Product Labels............................10
  75.  
  76.   Data Entry & Report Commands.............................10
  77.  
  78.   Summary..................................................12
  79.  
  80.   Data Dictionary..........................................13
  81.  
  82.  
  83. 1. SYSTEM OVERVIEW
  84.  
  85. The NFC Point-of-Sale (POS) System is a real-time inventory control
  86. and order entry system.  Developed, using Clipper 5.2, POS is designed
  87. to provide an efficient and reliable means of tracking product sales
  88. and revenues for a variety of companies.
  89.  
  90. As orders are entered and processed, the database files are updated to
  91. reflect changes in income and quantities sold.  A numbered sales
  92. receipt is printed immediately after each order is completed with full
  93. details of the transaction.
  94.  
  95. Sales transactions are categorized by the method of payment (i.e.
  96. cash, check, Visa, P.O., etc.)  A number of various reports can be
  97. printed by the system providing both detailed and summary information.
  98. A price list can be printed, on demand, for distribution to customers.
  99.  
  100. You can define various system-wide parameters such as starting
  101. transaction number, sales tax percent, and any messages to be printed on
  102. the invoice.  All file maintenance programs allow for adding,
  103. modifying, deleting, and listing records in the database file.  Data
  104. entered into the POS is verified to aid in the correctness and
  105. completeness of information.  Certain prompts such as payment type and
  106. item will produce a pick list of available choices when incorrect
  107. information is entered.  Other prompts display error messages when an
  108. improper or invalid response is made.
  109.  
  110. To assist in the daily reconciliation of the cash drawer, POS prints a
  111. detailed cashout report with a breakdown of each transaction by payment
  112. method with subtotals and also a report grand total. During the
  113. cashout procedures, a backup of the daily ORDERS is made to the summary
  114. database file, OLDORDER.  A backup selection is available to backup the
  115. database files to a floppy drive and a reindex function can be run to
  116. reindex all the database files in the POS.
  117.  
  118. A "HELP" system is implemented through-out the POS.  When delivered,
  119. the help is blank so that the user can define help screens to their
  120. specific individual needs.
  121.  
  122.                 Page 1
  123.  
  124. 2. INSTALLATION
  125.  
  126.      2.1. SYSTEM CONFIGURATION
  127.  
  128.           Following is the recommended configuration for using
  129.           the POS System:
  130.  
  131.           2.1.1. Hardware
  132.  
  133.           ANY IBM compatible with 640 KB of RAM, at least 1 MB
  134.       free hard disk space, Monochrome or color monitor, and a
  135.       printer. (The system can be installed and run on a high
  136.       density floppy, but a hard disk increases speed and is
  137.       recommended.
  138.  
  139.           2.1.2. Software
  140.  
  141.           MS-DOS V3.3x or higher
  142.       PKWARE's PKUNZIP version 2.04g (or higher)
  143.           POS System
  144.  
  145.           2.1.3. Supplies
  146.  
  147.           Paper, 9.5x11", fanfold (or regular 8.5x11" for a laser
  148.       printer) - for printing invoices and reports
  149.       Formatted diskettes - for daily backups
  150.  
  151.      2.2. PROCEDURE
  152.  
  153. 1. At the "C:>" prompt, or whatever your drive specification is, make a
  154. directory where POS should reside.  (i.e.  MD POS)
  155.  
  156. 2. Change to that directory. (i.e.  CD POS)
  157.  
  158. 3. Insert the POS disk into a diskette drive and type:
  159.  
  160.                   PKUNZIP A:*.ZIP
  161.  
  162.    (Replace A: with B: if the B drive is being used)
  163.  
  164.    This will transfer all the files to the hard disk.
  165.  
  166. 5. Remove the POS disk from the drive and store them in a safe place.
  167. Your installation is complete.
  168.  
  169.                 Page 2
  170.  
  171.  
  172. 3. USING POS
  173.  
  174.      3.1. STARTING POS
  175.  
  176. To start the POS System, make sure that you are in the POS directory
  177. that you made in the installation instructions on page 2.
  178. At the C:\POS> prompt, type:
  179.  
  180.                POSMENU <ENTER>
  181.  
  182.      3.2. MAIN MENU
  183.  
  184. After a few seconds, the "MAIN MENU" screen will appear.
  185.  
  186.     ╔═ Point of Sale Main Menu ═══════════════════════════════════════════╗
  187.     ║        O R D E R S                        R E P O R T S             ║
  188.     ║ A. Order Entry                     G. Print Price List              ║
  189.     ║ B. Daily Cashout & Closing         H. Sales Summary Report          ║
  190.     ║                                    I. Physical Inventory Worksheet  ║
  191.     ║ F I L E  M A I N T E N A N C E     J. Print Product Labels          ║
  192.     ║ C. Item File Maintenance                                            ║
  193.     ║ D. Change System Defaults                                           ║
  194.     ║ E. Backup Data Files To Diskette                                    ║
  195.     ║ F. Reindex ALL Data Files          X. Exit The System               ║
  196.     ╚═════════════════════════════════════════════════════════════════════╝
  197.  
  198.              Table 3-1: MAIN MENU
  199.  
  200. To make a menu selection, you can either press the letter key of the
  201. selection or use the up and down arrow keys to highlight your choice and
  202. then press the ENTER key.
  203.  
  204.           3.2.1 GETTING/CREATING HELP
  205.  
  206. Pressing the F1 key will either show the user the help available or
  207. display an option to create a help screen for this area.  If the user
  208. wants to create a new help screen, they simply answer yes to the
  209. "create" question, enter the text, and read the prompts on the bottom
  210. of the help window.  Modifications and additions to individual help
  211. screens can be made at any time.
  212.  
  213.      3.3.  ITEM FILE MAINTENANCE
  214. Assuming you are starting POS for the first time, it is
  215. necessary to enter inventory information into the ITEM data file.
  216. From the Main Menu, select Option C for Item File Maintenance.
  217. This is the first step in creating a working system.  The Item File
  218. Maintenance screen will appear as follows:
  219.  
  220.    ╔═ Item File Maintenance ═══════════════════════════════════════════════╗
  221.    ║  Part Number ▒▒▒▒▒▒▒▒▒▒▒  Description ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ║
  222.    ║  List Price  ▒▒▒▒▒▒▒   Cost ▒▒▒▒▒▒▒   Beginning Quantity ▒▒▒▒▒▒▒      ║
  223.    ║  Discount    ▒▒▒▒   Disc. Qty. ▒▒▒▒   Quantity Sold      ▒▒▒▒▒▒▒      ║
  224.    ╚═══════════════════════════════════════════════════════════════════════╝
  225.  
  226.                Table 3-3: ITEM FILE MAINTENANCE SCREEN
  227.  
  228.                 Page 3
  229.  
  230. If this is your first time into this selection, you will see a box
  231. asking:
  232.  
  233.            Database Empty, Add Records ?  Yes or No
  234.  
  235. Press ENTER on Yes to add your records.  If you select No, you will be
  236. returned to the Main Menu where you can make another selection.
  237. After selecting Yes, the system will prompt you to enter the required
  238. information as shown on the screen in Table 3-3.
  239.  
  240. Part Number is an 11 place alphanumeric field.  You can put any part
  241. identifiers in that you wish.  Use ones that make sense to you so that
  242. you can remember them without looking at a listing.  Description, List
  243. Price, Cost, and Beginning Quantity are self explanatory.  Discount is
  244. a percentage for volume purchases.  You might want the customer to pay
  245. list price for all items up to a quantity of ten.  If they purchase
  246. more than ten at one time you might want to give them a 10% discount.
  247. To do this, you would enter .10 in the Discount field and 10 in the
  248. Disc. Qty. field.  The system will automatically compute the discount
  249. when the purchases go over this quantity.  Quantity sold is an
  250. accumulator field that will track sales of each item.  Prior to any
  251. sales, this number will always be zero.
  252.  
  253. Enter your information and press ENTER after completing each field
  254. unless the information fills the entire field in which case the cursor
  255. will move automatically to the next field.  If you make a mistake, use
  256. the arrow keys to move up or down to the appropriate field to make your
  257. correction.  After all the data is correct, please respond with a "Y",
  258. or highlight the YES and press ENTER, to the screen prompt "Save Record?
  259. Yes or No".  If you realize that there is a mistake after you have
  260. added the item to the data file, note the Part Number and use the
  261. Modify function to correct it.
  262.  
  263. Make sure that you enter a part number  "END"  into your inventory
  264. file.  This part will be used later to tell the system when the order
  265. is complete.  No other information for this special part number is
  266. necessary.
  267.  
  268. When you are done entering new items to the MASTER file, press the ESC
  269. key and choose another file option or QUIT to the Main Menu.
  270.  
  271.      3.4. DEFAULT FILE PARAMETERS
  272.  
  273. You are almost ready to start using POS.  The last step to setting up
  274. the system is to establish certain defaults used by POS during order
  275. time.
  276.  
  277. There are three defaults that can be set or reset from the DEFAULT FILE
  278. PARAMETERS selection, the starting transaction number, the state sales
  279. tax percentage, and the messages that will appear on every invoice.
  280.  
  281.                 Page 4
  282.  
  283. Choose selection D from the Main Menu.  The screen appears as follows:
  284.  
  285.           ╔═ Defaults File Maintenance ══════════════════════════════╗
  286.           ║                                                          ║
  287.           ║  Next Transaction Number ▒▒▒▒                            ║
  288.           ║                                                          ║
  289.           ║  Sales Tax Percentage    ▒▒▒▒▒▒▒                         ║
  290.           ║                                                          ║
  291.           ║  Invoice Message:        ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ║
  292.           ║                          ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ║
  293.           ║                          ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ║
  294.           ║                          ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ║
  295.           ║                                                          ║
  296.           ╚══════════════════════════════════════════════════════════╝
  297.  
  298.                Table 3-4: DEFAULTS FILE MAINTENANCE SCREEN
  299.  
  300. The next transaction number is displayed on the order entry screen as
  301. well as printed on the invoice.  This number is also used on the
  302. various reports for tracking purposes.  It is incremented automatically
  303. on each order.  The Sales Tax Percentage is the sales tax charged for
  304. regular customers.  Each order will ask whether or not each sale is tax
  305. exempt.  If it is, the sales tax computation will be overridden.  The
  306. Invoice Message lines can include any information that you want printed
  307. on ALL the invoices.
  308.  
  309. Enter the information in the same way as you did for the item screen.
  310. There is only one record in this file so when the data is entered, you
  311. will be bounced back to the file menu at the top of the screen, you
  312. select another choice or Quit to the Main Menu.
  313.  
  314. Now all the databases and parameters have been set for the working POS.
  315. The next step is the order entry itself.
  316.  
  317.      3.5. ORDER ENTRY
  318.  
  319. Before processing orders, make sure that your printer is plugged in, on
  320. line, and has paper in it.
  321.  
  322. Select Option A from the Main Menu to start order processing.  The
  323. following Order Entry screen will appear.
  324.  
  325.                 Page 5
  326.  
  327.    ╔═ Order Entry ═════════════════════════════════════════════════════════╗
  328.    ║Invoice # ▒▒▒▒  Date ▒▒▒▒▒▒▒▒    Contact ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║
  329.    ║Company   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                               ║
  330.    ║Address   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║
  331.    ║          ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒, ▒▒ ▒▒▒▒▒         Telephone ▒▒▒▒▒▒▒▒▒▒▒▒║
  332.    ║Payment Type ▒▒ Number ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                            ║
  333.    ║Resale?       ▒        ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                            ║
  334.    ║    Item               Description           Qty.  Price     Total     ║
  335.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  336.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  337.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  338.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  339.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  340.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  341.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  342.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  343.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  344.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  345.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  346.    ║ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  347.    ║                     SUBTOTAL   ▒▒▒▒▒▒▒▒▒▒▒   TAX ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒  ║
  348.    ╚═══════════════════════════════════════════════════════════════════════╝
  349.  
  350.                      Table 3-5: ORDER ENTRY SCREEN
  351.  
  352. In the upper left corner of the screen, you will notice an invoice
  353. number.  This is the transaction number from the defaults database
  354. file.  It will increment by one after every transaction has completed
  355. and will be recorded in the ORDERS data file.  The date will display
  356. the current system date but can be overridden if it needs to be
  357. corrected.  (You should have the correct date on your system.  If you
  358. don't, you can fix it using the DOS date command.)
  359.  
  360. The Contact, Company, Address, and Telephone fields are filled in for
  361. each order.  None of this information is required to be entered by the
  362. system.  You can simply press ENTER to bypass any unfilled field.
  363. Payment Type is the next field.  To see a selection of choices, press
  364. "ENTER".  A popup pick list will be displayed.  Use you arrow keys to
  365. highlight your choice and press ENTER to select it.  The type will be
  366. filled in and you will be brought back to the order screen.  Next is
  367. the number field.  This is used in conjunction with the payment type.
  368. That is, if the customer is paying by charge card, you may want to put
  369. the number of the card in here for later tracking purposes.  For a
  370. check, enter the check number, and so on.
  371.  
  372. Next is Resale.  This is a Y/N field.  If the customer is a reseller,
  373. enter Y here and fill in the next field with the reseller number.  If
  374. not, enter N.  That completes the customer portion of the form.
  375.  
  376.                 Page 6
  377.  
  378. The cursor should now be on the first line Item field.  Enter a valid
  379. item number.  The system will check it against the ITEM file.  If
  380. found, the description and list price will show on the screen.  If it
  381. is an invalid item number, a popup pick list of available items will be
  382. shown.  Use the arrow keys to highlight the desired choice and press the
  383. ENTER key.  Next, enter the quantity for this item.  The system will
  384. calculate the extended Totals, and running Subtotal, Tax, and Total
  385. according to the data on the top of the screen and the discount
  386. information in the ITEM file.  The cursor will then move to the next
  387. line for more entries.
  388.  
  389. Enter the rest of the items that the customer wants to buy in the same
  390. way you did before, or up to a maximum of twelve (12) line items.  If
  391. the customer has more than 12 items, simply create another order for
  392. the remainder.  When you are finished, or have filled in the entire 12
  393. order lines, enter "END" in the item number field.  You will be asked 
  394. to "Save the Record".  Answer Yes or No.  At that point, a calculated 
  395. invoice is printed, the files are updated, and the screen is ready for 
  396. the next order.
  397.  
  398. The order entry screen can also be used to "return" or refund items
  399. from the customer. The only difference in the order processing
  400. procedure is that a NEGATIVE quantity is entered in the "QTY" field.
  401. If there was a price override on the original transaction, override the
  402. price accordingly.  The extended line total will display a negative
  403. dollar amount based on the quantity and price.
  404.  
  405. If, for any reason, the customer changes their mind and decides not to
  406. purchase, the entire order may be cancelled by deleting the order.  All
  407. calculations for that order will be reversed including the inventory
  408. available and sold.
  409.  
  410. To exit the order entry mode, press the ESC key.  You can now make
  411. another choice from the file maintenance menu or Quit back to the Main
  412. Menu.
  413.  
  414.      3.6. DAILY CASHOUT AND CLOSING
  415.  
  416. The Daily Cashout & Closing choice is used to close each day's
  417. transactions for cash drawer reconciliation.  This function should be
  418. performed before any additional order processing on following days.
  419. This choice does the following:
  420.  
  421. 1. Prints a Daily Cashout Report that details all the transactions that
  422. were recorded, by payment method and transaction number.  Totals of
  423. each payment type and a grand total are printed.  The format of the
  424. report is:
  425.  
  426. Daily Cashout Report                                  Date ▒▒▒▒▒▒▒▒ Page ▒▒▒
  427. Inv#             Contact              Date    Subtotal     Tax      Total
  428. ▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒
  429.                                     ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Total   ▒▒▒▒▒▒▒▒▒▒▒
  430.  
  431.                      Table 3-6: DAILY CASHOUT REPORT
  432.  
  433. 2. Copies all the transactions from the ORDERS file to the OLDORDER
  434. file.
  435.  
  436.                 Page 7
  437.  
  438. 3. Clears the ORDERS file for the next day's processing.
  439.  
  440. From the Main Menu, select choice B.  Choose Go from the menu on the
  441. top.  The rest of the functions necessary are automatic.
  442.  
  443.  
  444.      3.7. Backup Data Files To Diskette
  445.  
  446. It is a good idea to backup your data files on a regular basis (at
  447. least daily) to prevent loss of data.  Selection E of the Main Menu is
  448. used for that purpose.  Make sure that you have a FORMATTED diskette in
  449. the appropriate drive, select choice E, and answer the question of
  450. which diskette drive to copy the files.  The rest is automatic.  All
  451. the database files will be copied.  Since your data is cumulative, all
  452. the information prior to backing up will be stored.  Write the date of
  453. the backup on the diskette label and store the diskettes in a safe
  454. place in case you need to restore them later.
  455.  
  456.      3.8. Reindex ALL Data Files
  457.  
  458. Main Menu selection F is in case you need to reindex the data files on
  459. the system.  You may be required to do this if your system hangs or
  460. crashes or if there is a power outage.  If it appears at anytime when
  461. you are using POS that the data is somehow just not coming up correctly
  462. (i.e. descriptions don't match part numbers, etc.), try reindexing the
  463. data file before doing anything else.  This may save you time and the
  464. frustration of restoring a back up of the data and reentering the
  465. information not included on that backup just when you don't need it --
  466. at order time.  There are no prompts in this selection, all processing
  467. is automatic.
  468.  
  469.      3.9. Exit The System
  470.  
  471. When you are finished using POS, you can either press the ESC key, the
  472. X key, or arrow down and highlight the Exit The System choice and press
  473. ENTER.  Any of these will put you at the DOS prompt.
  474.  
  475.      3.10. Print Price List
  476.  
  477. The Price List can be printed at any time.  It uses the ITEM file
  478. information and shows the item number, description, list price,
  479. discount percentage, and discount amount.  The layout of the report is:
  480.  
  481.  
  482. Item Price List                                 Date ▒▒▒▒▒▒▒▒  Page ▒▒▒
  483.    Item                   Item                List    Discount   Discount
  484.   Number               Description            Price   Quantity  Percentage
  485. ▒▒▒▒▒▒▒▒▒▒▒  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ▒▒▒▒▒▒▒    ▒▒▒▒       ▒▒▒▒
  486.  
  487.                      Table 3-10: PRINT PRICE LIST
  488.  
  489. Using the filter choice of the report menu, you can define a range of
  490. items to print.
  491.  
  492.                 Page 8
  493.  
  494.      3.11. Sales Summary Report
  495.  
  496. This report prints a report that lists all sales for a specified date
  497. range.  As with the price list, you can use the filter report menu
  498. command to further limit what records are chosen for selection.  The
  499. date entry information and report layout look like:
  500.  
  501.  
  502.                      ╔═══════════════════════════════════╗
  503.                      ║                                   ║
  504.                      ║   Enter Beginning Date ▒▒▒▒▒▒▒▒   ║
  505.                      ║                                   ║
  506.                      ║   Enter Ending Date    ▒▒▒▒▒▒▒▒   ║
  507.                      ║                                   ║
  508.                      ╚═══════════════════════════════════╝
  509.  
  510.  
  511. Sales Summary Report                                                                                         Date ▒▒▒▒▒▒▒▒  Page ▒▒▒
  512. Invoice  Order
  513. Number   Date              Contact                         Company
  514.                               Item   Quantity   Price      Total
  515.  ▒▒▒▒  ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  516.                                    ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒
  517.  
  518.                      Table 3-11: SALES SUMMARY REPORT
  519.  
  520.      3.12. Physical Inventory Worksheet
  521.  
  522. The Physical Inventory Worksheet is used to physically count ending
  523. inventory and correct any discrepancies in the ITEM file.  The report 
  524. is printed in part number order and includes a space on the end of each 
  525. line where you can put the actual on hand quantity.  This report can 
  526. then be used as the entry form to correct the inventory items to 
  527. actual.  Below is a snapshot of the report form:
  528.  
  529.  
  530. Physical Item Worksheet                             Date ▒▒▒▒▒▒▒▒  Page ▒▒▒
  531.    Item                 Item               Quantity In   Quantity
  532.    Number            Description            Inventory    Counted
  533. ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ▒▒▒▒▒▒▒▒▒▒  __________
  534.  
  535.            Table 3-12: PHYSICAL INVENTORY WORKSHEET
  536.  
  537.  
  538.                 Page 9
  539.  
  540.      3.13. Print Product Labels
  541.  
  542. This selection is used to print standard 15/16 by 3 1/2 inch labels to
  543. be used as product identifiers for the inventory items you are selling.
  544. POS can print any number across.  As in the other reports, use the
  545. filter report command to limit the range of items you want to print.
  546. The data input and report layout is below:
  547.  
  548.                 ╔══════════════════════════════════╗
  549.                 ║                                  ║
  550.                 ║   How Many Labels Across ?  ▒    ║
  551.                 ║                                  ║
  552.                 ╚══════════════════════════════════╝
  553.  
  554.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  555.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  556.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  557.  
  558.                      Table 3-13: PRINT PRODUCT LABELS
  559.  
  560. Data Entry & Report Commands
  561.  
  562. Data Entry/Maintenance Command Menu
  563.  
  564. Ret    =  Retrieve - The retrieve command is used to retrieve
  565. and display a specific data record on the screen.
  566.  
  567. Begin    =  The begin command resets the record pointer to the
  568. first record in the database and displays the record on the screen.
  569.  
  570. End    =  The end command resets the record pointer to the last
  571. record in the database and displays the record on the screen.
  572.  
  573. Next    =  The next command moves the record pointer one record
  574. forward and displays the record on the screen.  If end of file is
  575. reached the user is alerted by an End of File message.
  576.  
  577. Prev    =  Previous - The previous command moves the record
  578. pointer back one record and displays the record on the screen.  If
  579. begin of file is reached the user is alerted by a Begin of File
  580. message.
  581.  
  582. Add    =  The add command is used to add new records to the
  583. database.
  584.  
  585. Copy    =  The copy command is used to add new records containing
  586. similar data fields as existing records.  The data cannot be saved
  587. unless the record key is unique, since the system will not save
  588. duplicate records.
  589.  
  590. Modify    =  The modify command is used to edit existing records.  The user
  591. will be stepped through the entire screen and edit records as needed.
  592. Once editing is complete the use is prompted to save the modified
  593. record.  Select Yes to save and No to return to modify record.
  594.  
  595.                 Page 10
  596.  
  597. Del    =  Delete - The delete command is used to delete record
  598. from the database.  The system will prompt the user to confirm the
  599. deletion.  Answer Yes to delete and No to exit without deleting the
  600. record.
  601.  
  602. List    =  The list command is used to browse the database.  On
  603. selecting list a browse window will open and records can be examined
  604. by using the arrow keys or the page up/page down keys to browse
  605. records.  To browse all the data fields in the data base use the
  606. control arrows keys to pan left and right across the browse screen.
  607.  
  608. Filter    =  The filter command allows the user to predefine and
  609. use selected user defined record selection filters.  A filter can be
  610. any valid logical expression like SUBSTR(CONTACT,1,1) = "A".  If you
  611. need help with available choices for your filters, consult either an
  612. xBase book or someone with xBase background. Selecting Filter results in
  613. the appearance of a secondary command menu listing the following
  614. commands:
  615.  
  616.     Set - The set command is used to define a specific record
  617.     selection filter
  618.  
  619.     Cancel - The cancel command deselects the record filter
  620.     selected by using the set command.
  621.  
  622.     Edit - The edit command is used to modify previously defined
  623.     record selection filters.
  624.  
  625.     Add - The add command allows the user to add the current user
  626.     defined record selection filter to an library listing
  627.     previously created filters.
  628.  
  629.     Lists - The list command is used to list on the screen and
  630.     previously defined and saved record selection filters.
  631.  
  632.     Delete - the delete command delete the currently selected
  633.     record filter from the filter library.
  634.  
  635.     Quit - The quit command is used to exit the Filter submenu.
  636.     You can also exit the function by pressing the Esc key.
  637.  
  638. Quit    =  The quit command exits the record selection/maintenance
  639. screen.  you can also exit the function by pressing the Esc key.
  640.  
  641. Report Command Menu
  642.  
  643. Go    =  The go command initiates processing of the selected
  644. report.  On entering, you will be prompted to select the output media.  
  645. You can send the report to the Screen, File or Printer.
  646.  
  647. Tally    =  The tally command counts the number of records
  648. included in the database and/or report.
  649.  
  650. Quit    =  The quit command exit the report function.
  651.  
  652.                 Page 11
  653.  
  654. Summary
  655.  
  656. POS is designed to provide a fast and accurate method of tracking
  657. product sales.  Considerable effort has gone into this product to
  658. provide enhanced ease-of-use, increase speed within the order entry
  659. function and still maintain a high level of data integrity.
  660.  
  661. Any problems or suggested enhancements to POS should be forwarded
  662. directly to me.
  663.  
  664. You can reach me at:
  665.  
  666. Neil Freeman
  667. Neil Freeman Consultants
  668. 45-449 Hoene Place
  669. Kaneohe, HI  96744
  670.  
  671. CIS: 72330,222
  672.  
  673.                 Page 12
  674.  
  675. NFC POINT OF SALE SYSTEM -- Data Dictionary
  676.  
  677. Database: DEFAULTS  Alias: DEFAULTS  Description: System defaults file
  678.  
  679. Field name  Type  Len  Dec  Filt  Options
  680. ----------  ----  ---  ---  ---   ------------------------------------------
  681. TRANSNUM      N     4    0   N    Picture:      9999
  682.                                   List header:  Trans Num
  683.                                   Description:  NEXT TRANSACTION NUMBER
  684. SALESTPER     N     7    5   N    Picture:      9.99999
  685.                                   List header:  Sales Tax
  686.                                   Description:  SALES TAX PERCENTAGE
  687. MESSAGE1      C    30    0   N    Picture:
  688.                                   List header:  Message 1
  689.                                   Description:  INVOICE MESSAGE LINE 1
  690. MESSAGE2      C    30    0   N    Picture:
  691.                                   List header:  Message 2
  692.                                   Description:  INVOICE MESSAGE LINE 2
  693. MESSAGE3      C    30    0   N    Picture:
  694.                                   List header:  Message 3
  695.                                   Description:  INVOICE MESSAGE LINE 3
  696. MESSAGE4      C    30    0   N    Picture:
  697.                                   List header:  Message 4
  698.                                   Description:  INVOICE MESSAGE LINE 4
  699.  
  700.  Index    Dupl Auto Index Expression
  701. --------  ---- ---- ------------------------------------------------------------
  702. DEFAULTS   N    Y   TRANSNUM
  703.  
  704.                 Page 13
  705.  
  706. Database: ITEM  Alias: ITEM  Description: Item file
  707. Field name  Type  Len  Dec  Filt  Options
  708. ----------  ----  ---  ---  ---   ------------------------------------------
  709. PARTNO        C    11    0   Y    Picture:
  710.                                   List header:  Part Num.
  711.                                   Description:  ITEM PART NUMBER
  712. DESCRIPT      C    30    0   Y    Picture:
  713.                                   List header:  Descript.
  714.                                   Description:  ITEM DESCRIPTION
  715. LISTPRICE     N     7    2   N    Picture:      9999.99
  716.                                   List header:  List Price
  717.                                   Description:  ITEM LIST PRICE
  718. COST          N     7    2   N    Picture:      9999.99
  719.                                   List header:  Cost
  720.                                   Description:  ITEM COST
  721. DISCOUNT      N     4    2   N    Picture:      9.99
  722.                                   List header:  Discount
  723.                                   Description:  ITEM QUANTITY DISCOUNT
  724. DISCSTART     N     4    0   N    Picture:      9999
  725.                                   List header:  Disc. Qty.
  726.                                   Description:  ITEM DISCOUNT STARTS AT
  727. BEGQTY        N     7    0   N    Picture:      9999999
  728.                                   List header:  Beg. Qty.
  729.                                   Description:  BEGINNING QUANTITY ON HAND
  730. QTYSOLD       N     7    0   N    Picture:      9999999
  731.                                   List header:  Qty. Sold
  732.                                   Description:  QUANTITY SOLD
  733.  
  734.  Index    Dupl Auto Index Expression
  735. --------  ---- ---- ------------------------------------------------------------
  736. ITEM       N    Y   PARTNO
  737.  
  738.                 Page 14
  739.  
  740. Database: OLDORDER  Alias: OLDORDER  Description: Closed orders file
  741. Field name  Type  Len  Dec  Filt  Options
  742. ----------  ----  ---  ---  ---   ------------------------------------------
  743. INVNUM        N     4    0   Y    Picture:      9999
  744.                                   List header:  Invoice
  745.                                   Description:  INVOICE NUMBER
  746. CONTACT       C    30    0   Y    Picture:
  747.                                   List header:  Contact
  748.                                   Description:  CONTACT PERSON
  749. COMPANY       C    30    0   Y    Picture:
  750.                                   List header:  Company
  751.                                   Description:  COMPANY NAME
  752. ADDRESS1      C    30    0   N    Picture:
  753.                                   List header:  Address 1
  754.                                   Description:  ADDRESS LINE 1
  755. ADDRESS2      C    30    0   N    Picture:
  756.                                   List header:  Address2
  757.                                   Description:  ADDRESS LINE 2
  758. CITY          C    20    0   N    Picture:
  759.                                   List header:  City
  760.                                   Description:  CITY
  761. STATE         C     2    0   N    Picture:
  762.                                   List header:  State
  763.                                   Description:  STATE
  764. ZIPCODE       C     5    0   N    Picture:
  765.                                   List header:  Zip Code
  766.                                   Description:  ZIP CODE
  767. PHONE         P    10    0   N    Picture:      @R ###/999-9999
  768.                                   List header:  Phone
  769.                                   Description:  TELEPHONE NUMBER
  770. PAYMTTYPE     N     2    0   N    Picture:      99
  771.                                   List header:  Pay Type
  772.                                   Description:  PAYMENT TYPE (CASH, CC, PO)
  773.                                   Valid values: PTYPE in database PAYMENT
  774.                                   Error Messg:  Payment type not found in file
  775. PAYNUMBER     C    20    0   N    Picture:
  776.                                   List header:  Pay Number
  777.                                   Description:  CC, CHECK, OR PO NUMBER
  778. ITEM1         C    11    0   N    Picture:
  779.                                   List header:  Item 1
  780.                                   Description:  ITEM 1
  781.                                   Valid values: PARTNO in database ITEM
  782.                                   Error Messg:  Part number not found in file
  783. ITEM2         C    11    0   N    Picture:
  784.                                   List header:  Item 2
  785.                                   Description:  ITEM 2
  786.                                   Valid values: PARTNO in database ITEM
  787.                                   Error Messg:  Part number not found in file
  788. ITEM3         C    11    0   N    Picture:
  789.                                   List header:  Item 3
  790.                                   Description:  ITEM 3
  791.                                   Valid values: PARTNO in database ITEM
  792.                                   Error Messg:  Part number not found in file
  793.  
  794.                 Page 15
  795.  
  796. ITEM4         C    11    0   N    Picture:
  797.                                   List header:  Item 4
  798.                                   Description:  ITEM 4
  799.                                   Valid values: PARTNO in database ITEM
  800.                                   Error Messg:  Part number not found in file
  801. ITEM5         C    11    0   N    Picture:
  802.                                   List header:  Item 5
  803.                                   Description:  ITEM 5
  804.                                   Valid values: PARTNO in database ITEM
  805.                                   Error Messg:  Part number not found in file
  806. ITEM6         C    11    0   N    Picture:
  807.                                   List header:  Item 6
  808.                                   Description:  ITEM 6
  809.                                   Valid values: PARTNO in database ITEM
  810.                                   Error Messg:  Part number not found in file
  811. ITEM7         C    11    0   N    Picture:
  812.                                   List header:  Item 7
  813.                                   Description:  ITEM 7
  814.                                   Valid values: PARTNO in database ITEM
  815.                                   Error Messg:  Part Number not found in file
  816. ITEM8         C    11    0   N    Picture:
  817.                                   List header:  Item 8
  818.                                   Description:  ITEM 8
  819.                                   Valid values: PARTNO in database ITEM
  820.                                   Error Messg:  Part number not found in file
  821. ITEM9         C    11    0   N    Picture:
  822.                                   List header:  Item 9
  823.                                   Description:  ITEM 9
  824.                                   Valid values: PARTNO in database ITEM
  825.                                   Error Messg:  Part number not found in file
  826. ITEM10        C    11    0   N    Picture:
  827.                                   List header:  Item 10
  828.                                   Description:  ITEM 10
  829.                                   Valid values: PARTNO in database ITEM
  830.                                   Error Messg:  Part Number not found in file
  831. ITEM11        C    11    0   N    Picture:
  832.                                   List header:  Item 11
  833.                                   Description:  ITEM 11
  834.                                   Valid values: PARTNO in database ITEM
  835.                                   Error Messg:  Part number not found in file
  836. ITEM12        C    11    0   N    Picture:
  837.                                   List header:  Item 12
  838.                                   Description:  ITEM 12
  839.                                   Valid values: PARTNO in database ITEM
  840.                                   Error Messg:  Part number not found in file
  841. QTY1          N     5    0   N    Picture:      99999
  842.                                   List header:  Qty 1
  843.                                   Description:  QUANTITY FOR ITEM 1
  844. QTY2          N     5    0   N    Picture:      99999
  845.                                   List header:  Qty 2
  846.                                   Description:  QUANTITY FOR ITEM 2
  847. QTY3          N     5    0   N    Picture:      99999
  848.                                   List header:  Qty 3
  849.                                   Description:  QUANTITY FOR ITEM 3
  850. QTY4          N     5    0   N    Picture:      99999
  851.                                   List header:  Qty 4
  852.                                   Description:  QUANTITY FOR ITEM 4
  853.  
  854.                 Page 16
  855.  
  856. QTY5          N     5    0   N    Picture:      99999
  857.                                   List header:  Qty 5
  858.                                   Description:  QUANTITY FOR ITEM 5
  859. QTY6          N     5    0   N    Picture:      99999
  860.                                   List header:  Qty 6
  861.                                   Description:  QUANTITY FOR ITEM 6
  862. QTY7          N     5    0   N    Picture:      99999
  863.                                   List header:  Qty 7
  864.                                   Description:  QUANTITY FOR ITEM 7
  865. QTY8          N     5    0   N    Picture:      99999
  866.                                   List header:  Qty 8
  867.                                   Description:  QUANTITY FOR ITEM 8
  868. QTY9          N     5    0   N    Picture:      99999
  869.                                   List header:  Qty 9
  870.                                   Description:  QUANTITY FOR ITEM 9
  871. QTY10         N     5    0   N    Picture:      99999
  872.                                   List header:  Qty 10
  873.                                   Description:  QUANTITY FOR ITEM 10
  874. QTY11         N     5    0   N    Picture:      99999
  875.                                   List header:  Qty 11
  876.                                   Description:  QUANTITY FOR ITEM 11
  877. QTY12         N     5    0   N    Picture:      99999
  878.                                   List header:  Qty 12
  879.                                   Description:  QUANTITY FOR ITEM 12
  880. PRICE1        N     7    2   N    Picture:      9999.99
  881.                                   List header:  Price 1
  882.                                   Description:  PRICE FOR ITEM 1
  883. PRICE2        N     7    2   N    Picture:      9999.99
  884.                                   List header:  Price 2
  885.                                   Description:  PRICE FOR ITEM 2
  886. PRICE3        N     7    2   N    Picture:      9999.99
  887.                                   List header:  Price 3
  888.                                   Description:  PRICE FOR ITEM 3
  889. PRICE4        N     7    2   N    Picture:      9999.99
  890.                                   List header:  Price 4
  891.                                   Description:  PRICE FOR ITEM 4
  892. PRICE5        N     7    2   N    Picture:      9999.99
  893.                                   List header:  Price 5
  894.                                   Description:  PRICE FOR ITEM 5
  895. PRICE6        N     7    2   N    Picture:      9999.99
  896.                                   List header:  Price 6
  897.                                   Description:  PRICE FOR ITEM 6
  898. PRICE7        N     7    2   N    Picture:      9999.99
  899.                                   List header:  Price 7
  900.                                   Description:  PRICE FOR ITEM 7
  901. PRICE8        N     7    2   N    Picture:      9999.99
  902.                                   List header:  Price 8
  903.                                   Description:  PRICE FOR ITEM 8
  904. PRICE9        N     7    2   N    Picture:      9999.99
  905.                                   List header:  Price 9
  906.                                   Description:  PRICE FOR ITEM 9
  907. PRICE10       N     7    2   N    Picture:      9999.99
  908.                                   List header:  Price 10
  909.                                   Description:  PRICE FOR ITEM 10
  910.  
  911.                 Page 17
  912.  
  913. PRICE11       N     7    2   N    Picture:      9999.99
  914.                                   List header:  Price 11
  915.                                   Description:  PRICE FOR ITEM 11
  916. PRICE12       N     7    2   N    Picture:      9999.99
  917.                                   List header:  Price 12
  918.                                   Description:  PRICE FOR ITEM 12
  919. ORDDATE       D     8    0   N    Picture:      @D
  920.                                   List header:  Order Date
  921.                                   Description:  ORDER DATE
  922.                                   Default:      DATE()
  923. FORRESALE     L     1    0   N    Picture:      Y
  924.                                   List header:  For Resale
  925.                                   Description:  IS FOR RESALE ?
  926. EXEMPTNUM     C    20    0   N    Picture:
  927.                                   List header:  Exempt #
  928.                                   Description:  EXEMPTION NUMBER (RESALE #)
  929. TAXAMOUNT     N     7    2   N    Picture:      9999.99
  930.                                   List header:  Tax
  931.                                   Description:  TAX AMOUNT FOR INVOICE
  932.  
  933.  Index    Dupl Auto Index Expression
  934. --------  ---- ---- ------------------------------------------------------------
  935. OLDORDER   N    Y   INVNUM
  936.  
  937.                 Page 18
  938.  
  939. Database: ORDERS  Alias: ORDERS  Description: Order entry file
  940. Field name  Type  Len  Dec  Filt  Options
  941. ----------  ----  ---  ---  ---   ------------------------------------------
  942. INVNUM        N     4    0   Y    Picture:      9999
  943.                                   List header:  Invoice
  944.                                   Description:  INVOICE NUMBER
  945. CONTACT       C    30    0   Y    Picture:
  946.                                   List header:  Contact
  947.                                   Description:  CONTACT PERSON
  948. COMPANY       C    30    0   Y    Picture:
  949.                                   List header:  Company
  950.                                   Description:  COMPANY NAME
  951. ADDRESS1      C    30    0   N    Picture:
  952.                                   List header:  Address 1
  953.                                   Description:  ADDRESS LINE 1
  954. ADDRESS2      C    30    0   N    Picture:
  955.                                   List header:  Address2
  956.                                   Description:  ADDRESS LINE 2
  957. CITY          C    20    0   N    Picture:
  958.                                   List header:  City
  959.                                   Description:  CITY
  960. STATE         C     2    0   N    Picture:
  961.                                   List header:  State
  962.                                   Description:  STATE
  963. ZIPCODE       C     5    0   N    Picture:
  964.                                   List header:  Zip Code
  965.                                   Description:  ZIP CODE
  966. PHONE         P    10    0   N    Picture:      @R ###/999-9999
  967.                                   List header:  Phone
  968.                                   Description:  TELEPHONE NUMBER
  969. PAYMTTYPE     N     2    0   N    Picture:      99
  970.                                   List header:  Pay Type
  971.                                   Description:  PAYMENT TYPE (CASH, CC, PO)
  972.                                   Valid values: PTYPE in database PAYMENT
  973.                                   Error Messg:  Payment type not found in file
  974. PAYNUMBER     C    20    0   N    Picture:
  975.                                   List header:  Pay Number
  976.                                   Description:  CC, CHECK, OR PO NUMBER
  977. ITEM1         C    11    0   N    Picture:
  978.                                   List header:  Item 1
  979.                                   Description:  ITEM 1
  980.                                   Valid values: PARTNO in database ITEM
  981.                                   Error Messg:  Part number not found in file
  982. ITEM2         C    11    0   N    Picture:
  983.                                   List header:  Item 2
  984.                                   Description:  ITEM 2
  985.                                   Valid values: PARTNO in database ITEM
  986.                                   Error Messg:  Part number not found in file
  987. ITEM3         C    11    0   N    Picture:
  988.                                   List header:  Item 3
  989.                                   Description:  ITEM 3
  990.                                   Valid values: PARTNO in database ITEM
  991.                                   Error Messg:  Part number not found in file
  992.  
  993.                 Page 19
  994.  
  995. ITEM4         C    11    0   N    Picture:
  996.                                   List header:  Item 4
  997.                                   Description:  ITEM 4
  998.                                   Valid values: PARTNO in database ITEM
  999.                                   Error Messg:  Part number not found in file
  1000. ITEM5         C    11    0   N    Picture:
  1001.                                   List header:  Item 5
  1002.                                   Description:  ITEM 5
  1003.                                   Valid values: PARTNO in database ITEM
  1004.                                   Error Messg:  Part number not found in file
  1005. ITEM6         C    11    0   N    Picture:
  1006.                                   List header:  Item 6
  1007.                                   Description:  ITEM 6
  1008.                                   Valid values: PARTNO in database ITEM
  1009.                                   Error Messg:  Part number not found in file
  1010. ITEM7         C    11    0   N    Picture:
  1011.                                   List header:  Item 7
  1012.                                   Description:  ITEM 7
  1013.                                   Valid values: PARTNO in database ITEM
  1014.                                   Error Messg:  Part Number not found in file
  1015. ITEM8         C    11    0   N    Picture:
  1016.                                   List header:  Item 8
  1017.                                   Description:  ITEM 8
  1018.                                   Valid values: PARTNO in database ITEM
  1019.                                   Error Messg:  Part number not found in file
  1020. ITEM9         C    11    0   N    Picture:
  1021.                                   List header:  Item 9
  1022.                                   Description:  ITEM 9
  1023.                                   Valid values: PARTNO in database ITEM
  1024.                                   Error Messg:  Part number not found in file
  1025. ITEM10        C    11    0   N    Picture:
  1026.                                   List header:  Item 10
  1027.                                   Description:  ITEM 10
  1028.                                   Valid values: PARTNO in database ITEM
  1029.                                   Error Messg:  Part Number not found in file
  1030. ITEM11        C    11    0   N    Picture:
  1031.                                   List header:  Item 11
  1032.                                   Description:  ITEM 11
  1033.                                   Valid values: PARTNO in database ITEM
  1034.                                   Error Messg:  Part number not found in file
  1035. ITEM12        C    11    0   N    Picture:
  1036.                                   List header:  Item 12
  1037.                                   Description:  ITEM 12
  1038.                                   Valid values: PARTNO in database ITEM
  1039.                                   Error Messg:  Part number not found in file
  1040. QTY1          N     5    0   N    Picture:      99999
  1041.                                   List header:  Qty 1
  1042.                                   Description:  QUANTITY FOR ITEM 1
  1043. QTY2          N     5    0   N    Picture:      99999
  1044.                                   List header:  Qty 2
  1045.                                   Description:  QUANTITY FOR ITEM 2
  1046. QTY3          N     5    0   N    Picture:      99999
  1047.                                   List header:  Qty 3
  1048.                                   Description:  QUANTITY FOR ITEM 3
  1049.  
  1050.                 Page 20
  1051.  
  1052. QTY4          N     5    0   N    Picture:      99999
  1053.                                   List header:  Qty 4
  1054.                                   Description:  QUANTITY FOR ITEM 4
  1055. QTY5          N     5    0   N    Picture:      99999
  1056.                                   List header:  Qty 5
  1057.                                   Description:  QUANTITY FOR ITEM 5
  1058. QTY6          N     5    0   N    Picture:      99999
  1059.                                   List header:  Qty 6
  1060.                                   Description:  QUANTITY FOR ITEM 6
  1061. QTY7          N     5    0   N    Picture:      99999
  1062.                                   List header:  Qty 7
  1063.                                   Description:  QUANTITY FOR ITEM 7
  1064. QTY8          N     5    0   N    Picture:      99999
  1065.                                   List header:  Qty 8
  1066.                                   Description:  QUANTITY FOR ITEM 8
  1067. QTY9          N     5    0   N    Picture:      99999
  1068.                                   List header:  Qty 9
  1069.                                   Description:  QUANTITY FOR ITEM 9
  1070. QTY10         N     5    0   N    Picture:      99999
  1071.                                   List header:  Qty 10
  1072.                                   Description:  QUANTITY FOR ITEM 10
  1073. QTY11         N     5    0   N    Picture:      99999
  1074.                                   List header:  Qty 11
  1075.                                   Description:  QUANTITY FOR ITEM 11
  1076. QTY12         N     5    0   N    Picture:      99999
  1077.                                   List header:  Qty 12
  1078.                                   Description:  QUANTITY FOR ITEM 12
  1079. PRICE1        N     7    2   N    Picture:      9999.99
  1080.                                   List header:  Price 1
  1081.                                   Description:  PRICE FOR ITEM 1
  1082. PRICE2        N     7    2   N    Picture:      9999.99
  1083.                                   List header:  Price 2
  1084.                                   Description:  PRICE FOR ITEM 2
  1085. PRICE3        N     7    2   N    Picture:      9999.99
  1086.                                   List header:  Price 3
  1087.                                   Description:  PRICE FOR ITEM 3
  1088. PRICE4        N     7    2   N    Picture:      9999.99
  1089.                                   List header:  Price 4
  1090.                                   Description:  PRICE FOR ITEM 4
  1091. PRICE5        N     7    2   N    Picture:      9999.99
  1092.                                   List header:  Price 5
  1093.                                   Description:  PRICE FOR ITEM 5
  1094. PRICE6        N     7    2   N    Picture:      9999.99
  1095.                                   List header:  Price 6
  1096.                                   Description:  PRICE FOR ITEM 6
  1097. PRICE7        N     7    2   N    Picture:      9999.99
  1098.                                   List header:  Price 7
  1099.                                   Description:  PRICE FOR ITEM 7
  1100. PRICE8        N     7    2   N    Picture:      9999.99
  1101.                                   List header:  Price 8
  1102.                                   Description:  PRICE FOR ITEM 8
  1103. PRICE9        N     7    2   N    Picture:      9999.99
  1104.                                   List header:  Price 9
  1105.                                   Description:  PRICE FOR ITEM 9
  1106. PRICE10       N     7    2   N    Picture:      9999.99
  1107.                                   List header:  Price 10
  1108.                                   Description:  PRICE FOR ITEM 10
  1109.  
  1110.                 Page 21
  1111.  
  1112. PRICE11       N     7    2   N    Picture:      9999.99
  1113.                                   List header:  Price 11
  1114.                                   Description:  PRICE FOR ITEM 11
  1115. PRICE12       N     7    2   N    Picture:      9999.99
  1116.                                   List header:  Price 12
  1117.                                   Description:  PRICE FOR ITEM 12
  1118. ORDDATE       D     8    0   N    Picture:      @D
  1119.                                   List header:  Order Date
  1120.                                   Description:  ORDER DATE
  1121.                                   Default:      DATE()
  1122. FORRESALE     L     1    0   N    Picture:      Y
  1123.                                   List header:  For Resale
  1124.                                   Description:  IS FOR RESALE ?
  1125. EXEMPTNUM     C    20    0   N    Picture:
  1126.                                   List header:  Exempt #
  1127.                                   Description:  EXEMPTION NUMBER (RESALE #)
  1128. TAXAMOUNT     N     7    2   N    Picture:      9999.99
  1129.                                   List header:  Tax
  1130.                                   Description:  TAX AMOUNT FOR INVOICE
  1131.  
  1132.  Index    Dupl Auto Index Expression
  1133. --------  ---- ---- ------------------------------------------------------------
  1134. ORDERPMT   Y    Y   PAYMTTYPE
  1135. ORDERS     N    Y   INVNUM
  1136.  
  1137.  
  1138. Database: PAYMENT  Alias: PAYMENT  Description: Payment type file
  1139. Field name  Type  Len  Dec  Filt  Options
  1140. ----------  ----  ---  ---  ---   ------------------------------------------
  1141. PTYPE         N     2    0   Y    Picture:      99
  1142.                                   List header:  Pay Type
  1143.                                   Description:  PAYMENT TYPE NUMBER
  1144. PDESCRIP      C    20    0   N    Picture:
  1145.                                   List header:  Pay Descr.
  1146.                                   Description:  PAYMENT TYPE DESCRIPTION
  1147.  
  1148.  Index    Dupl Auto Index Expression
  1149. --------  ---- ---- ------------------------------------------------------------
  1150. PAYMENT    N    Y   PTYPE
  1151.  
  1152.